Make gdk_event_get_history public
authorMatthias Clasen <mclasen@redhat.com>
Mon, 5 Feb 2018 19:28:15 +0000 (20:28 +0100)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 6 Feb 2018 06:17:17 +0000 (01:17 -0500)
This function is meant to be public, but was missing
an annotation in the header.

gdk/gdkevents.h

index 27e0bbc122d2a96889a82a55e17fe019f337ab36..086ccea7f1c9b4e6731c59b453f9422cc6ed56cc 100644 (file)
@@ -615,7 +615,7 @@ GDK_AVAILABLE_IN_ALL
 gboolean       gdk_event_get_axes      (GdkEvent  *event,
                                         gdouble  **axes,
                                         guint     *n_axes);
-GDK_AVAILABLE_IN_3_94
+GDK_AVAILABLE_IN_ALL
 GList        * gdk_event_get_motion_history (const GdkEvent  *event);
 
 G_END_DECLS